local soundservice = game:GetService("SoundService") local sound = Instance.new("Sound") sound.SoundId = "http://www.roblox.com/asset?id=138082640" sound.Parent = soundservice sound:Play()